home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group97a.txt / 000022_icon-group-sender _Thu Jan 23 08:41:52 1997.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Thu, 23 Jan 1997 18:16:14 MST
  2. Date: Thu, 23 Jan 1997 08:41:52 -0800
  3. From: kwalker@orville.premenos.com (Ken Walker)
  4. Message-Id: <199701231641.IAA01277@varda.premenos.com>
  5. Subject: Re: Icon Compiling
  6. To: icon-group@cs.arizona.edu
  7. Mime-Version: 1.0
  8. Content-Type: text/plain; charset=us-ascii
  9. Content-Transfer-Encoding: 7bit
  10. Content-Md5: q4sabbqlmWbPNpAujr/c2g==
  11. Errors-To: icon-group-errors@cs.arizona.edu
  12. Status: RO
  13. Content-Length: 630
  14.  
  15. > Date: Wed, 22 Jan 1997 21:17:41 -0800 (PST)
  16. >From: Junrong Yuan <joan@cs.ucr.edu>
  17. ...
  18. >     When I use icnt -x, the program runs correctly and ouput right
  19. > results, as the following:
  20. ...
  21. >     while if I try the other way around, first compile it and then
  22. > execute, it won't give out any output at all! See the following:
  23. ...
  24.  
  25. Try calling it something other than "test". Are you using Unix? In some
  26. shells "test" is a build-in command. Even if it isn't built in, "test"
  27. might be found in your path before ".". Alternatively, you can try
  28. executing "./test".
  29.  
  30. Ken Walker, kwalker@premenos.com
  31. Premenos Coporation, Concord, Ca. 94520
  32.